home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6233 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  562 b 

  1. Path: omega.ntu.ac.sg!s14000291
  2. From: s14000291@omega.ntu.ac.sg (Zeng Xing)
  3. Newsgroups: comp.lang.c++
  4. Subject: _TEXT excedding 64k
  5. Date: 12 Feb 96 11:52:00 +0800
  6. Organization: Nanyang Technological University - Singapore
  7. Message-ID: <1996Feb12.115200@omega.ntu.ac.sg>
  8. NNTP-Posting-Host: omega.ntu.ac.sg
  9.  
  10. I wrote a short program (around 800 lines) using Borland C++ 3.1. When I
  11. complied it, I got no errors. But the linker told me I got four _TEXT segments
  12. exceeding 64k so that it could not build the executable file. What does it
  13. mean? And how can I solve it? 
  14.